home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / amos111.zip / HISTORY.DOC < prev    next >
Text File  |  1994-01-27  |  5KB  |  99 lines

  1.  
  2.                AA      MM       MM    OOOO      SSSS
  3.               AAAA     MMMM   MMMM   OO  OO    SS  SS
  4.             AA    AA   MM MMMMM MM  OO    OO  SS    SS
  5.             AA    AA   MM  MMM  MM  OO    OO  SS
  6.             AA    AA   MM   M   MM  OO    OO   SSS
  7.             AAAAAAAA   MM   M   MM  OO    OO      SSS
  8.             AA    AA   MM       MM  OO    OO  SS    SS
  9.             AA    AA   MM       MM   OO  OO    SS  SS
  10.             AA    AA   MM       MM    OOOO      SSSS
  11.  
  12.  
  13. Development history, v1.0 to v1.11
  14. ──────────────────────────────────
  15.  
  16. AMOS started as an idea.  An idea of being able to salvage data that would
  17. otherwise be lost.  I thought this was a great idea, and contacted IBM for
  18. some technical doc on HPFS.  "The doc for HPFS is classified", I was told.
  19. I was unable to breach this barrier (Does it have something to do with
  20. Microsoft's rights on HPFS?), so AMOS is all my own work.
  21.  
  22. Without documentation, it is pretty hard to write a program for accessing and
  23. even writing HPFS-drives.  And very easy indeed to trash drives, making them
  24. unreadable, OS/2 unbootable, and the like.  Which is why AMOS has been such
  25. a long time underway, and which is also why nobody but my beta-testers have
  26. seen AMOS until this final v1.0 release.
  27.  
  28. I am pretty sure that no disastrous bugs remain, but nevertheless: Try AMOS
  29. on your own machine, on a partition that contains data of which you have a
  30. backup.  Then, when you've seen that it works, use it on your 700MB data-
  31. partition - but bear in mind that I have no responsibility whatsoever for
  32. your loss of data.  If anything goes wrong, please fill out the problem
  33. sheet at the end of this text and send it to me - and I'll try to fix the
  34. problem as soon as possible...
  35.  
  36. To make AMOS, hundreds of hours of work have been used.  Most of the time has
  37. been used in a sector-editor, trying to figure out the cryptic ways of HPFS.
  38. Enjoy!
  39.  
  40.  
  41. Release history
  42. ───────────────
  43.  
  44. v1.11   Released 27. jan. 1994 (Panic-release)
  45.         - Fixed MAJOR bug in the copy-to-HPFS-routine.  Due to some minor
  46.           changes, all HPFS write acticity in registered versions hit sector 0!
  47.           Fortunately, no registrations had been sent out.
  48.         - Fixed bug: AMOS didn't recognize any floppy drives A: or B:
  49.  
  50.  
  51. v1.10   Released 25. jan. 1994
  52.         + Better support for Dir /f; now counts dir-extents as well as
  53.           file-extents.  Reduced memory consumption drastically.
  54.         + The delay for unregistered versions is now just 10 seconds.
  55.         + /P now works with TYPE.
  56.         + Added a new command, EA.  Using this, you can get a very basic idea
  57.           of the EA's associated with files.
  58.         + It is now possible to abort COPY and TYPE of many files with ESC.
  59.         + Enhanced the function of TREE, both in respect to memory
  60.           use and functionality.  Now includes number of files per
  61.           directory, as well as a total bytes/files summary at the end.
  62.         + Enhanced the internal editor a bit.  Needs more work, though.
  63.         + AMOS no longer allows reference to non-existing drives.  In
  64.           earlier versions, trying to access these caused AMOS to crash.
  65.         + AMOS now retains the current directory after exiting.
  66.         + DIR /F now works on FAT drives.  Thus, you can now examine the
  67.           fragmentation of all drives using AMOS.
  68.         + Enhanced AMOS' ability to diagnose fatal IFS errors, and still
  69.           access drives containing valid information.
  70.         - Fixed some errors in the handling of FAT-drives.  AMOS now uses
  71.           FCB instead of handle methods to access FAT drives, since cluster
  72.           information is supplied when using FCB's.
  73.         - Fixed error in "existing file detection" when doing a COPY to FAT.
  74.         - Fixed the DOSKEY function F8 to work properly.  F8 now searches the
  75.           command history for commands matching up to the position before the
  76.           cursor location.
  77.         - Fixed RD to work with the directory that was current when AMOS
  78.           was started.
  79.         - Fixed an error occurring when trying to RD *.
  80.         ! Registration price has risen to DKR 400 ($ 62) for commercial users,
  81.           and DKR 200 ($31) for non-commercial users.
  82.  
  83. v1.01   Released 2. dec. 1993.
  84.         Fixes minor bugs, mostly of cosmetical nature.
  85.         Added support for FREEspace mapping of FAT-drives.
  86.         This is an intermediate release, released instead of v1.1.  v1.1
  87.         will include a FAT to HPFS file format converter, but I am having
  88.         problems with making it work in every case, so this is all you
  89.         get for now :-)
  90.  
  91. v1.0    Released 11. nov. 1993.  First public release.
  92.         Features both HPFS read and write, but has no error correcting
  93.         facilities.
  94.         All basic FAT and HPFS manipulation routines are present.
  95.         Only registered versions have access to HPFS write routines.
  96.  
  97.  
  98.  
  99.